From 9fa783eb62d21a6325505776a7fe5abab8d6c184 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Dec 2005 04:58:41 +0000 Subject: [PATCH] =?utf8?q?Add=20deprecation=20note=20to=20gtk=5Fexit()=20(?= =?utf8?q?#325199,=20=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2005-12-29 Matthias Clasen * gtk/tmpl/gtkmain.sgml: Add deprecation note to gtk_exit() (#325199, Ævar Arnfjörð Bjarmason) --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkmain.sgml | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9bf4a1d812..5003b67a81 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-12-29 Matthias Clasen + + * gtk/tmpl/gtkmain.sgml: Add deprecation note to + gtk_exit() (#325199, Ævar Arnfjörð Bjarmason) + 2005-12-20 Matthias Clasen * gtk/tmpl/gtkcombo.sgml: Small additions diff --git a/docs/reference/gtk/tmpl/gtkmain.sgml b/docs/reference/gtk/tmpl/gtkmain.sgml index 5ea887705c..01477a200f 100644 --- a/docs/reference/gtk/tmpl/gtkmain.sgml +++ b/docs/reference/gtk/tmpl/gtkmain.sgml @@ -169,10 +169,9 @@ This function will shut down the GUI and free all resources allocated for GTK+. -@error_code: Return value to pass to the caller. This is dependend on the -target system but at least on Unix systems %0 means -success. - +@error_code: Return value to pass to the caller. This is dependent on the +target system but at least on Unix systems %0 means success. +@Deprecated: Use the standard exit() function instead. -- 2.30.2